POST
/
auth
/
reset-password
curl --request POST \
  --url https://your_a2_service/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '{
  "password": "<string>",
  "token": "<string>"
}'
"<any>"

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.